home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / maximus / mmlg_106.zip / MMLG.CTL next >
Text File  |  1994-08-08  |  5KB  |  152 lines

  1. ; MMLG Control File
  2.  
  3. ; All lines preceeded by a semi-colon are comments and are ignored.
  4. ; Order of keywords in this control file is irrelevant.
  5.  
  6. ;------------------------------------------------------------------------------
  7. ; This is your AREA.DAT file as created by Max
  8. ; (Necessary)
  9.  
  10. AreaDat P:\MAX\AREA.DAT
  11.  
  12. ;------------------------------------------------------------------------------
  13. ; This is your AREA.NDX file as created by Max
  14. ; (Necessary)
  15.  
  16. AreaNdx P:\MAX\AREA.NDX
  17.  
  18. ;------------------------------------------------------------------------------
  19. ; This is the list of all the files on your system
  20. ; Default is not to create one
  21.  
  22. MasterList ALLFILES.LST
  23.  
  24. ;------------------------------------------------------------------------------
  25. ; This is the list of the new files on your system
  26. ; Default is not to create one
  27.  
  28. NewList NEWFILES.LST
  29.  
  30. ;------------------------------------------------------------------------------
  31. ; This is list of the directories accessable
  32. ; Default is not to create one
  33.  
  34. DirList P:\IM\SYSTEM\FREQ.CTL
  35.  
  36. ;------------------------------------------------------------------------------
  37. ; Where to write the log.
  38. ; Default is no log.
  39.  
  40. LogFile MMLG.LOG
  41.  
  42. ;------------------------------------------------------------------------------
  43. ; Amount of information to log (1-6)
  44. ; Default = 6
  45.  
  46. ;LogLevel 3
  47.  
  48. ;------------------------------------------------------------------------------
  49. ; Priv level to match for file areas.  Only areas accessable to users with
  50. ; this prov level will be listed.  To include keys, add a / to the priv
  51. ; level and then list the keys (eg. Normal/123)
  52. ; Default = Normal
  53.  
  54. ;Priv Worthy/1
  55. Priv Sysop
  56. ;------------------------------------------------------------------------------
  57. ; Include the following:
  58. ; (Optional)
  59.  
  60. ;Include Comments         Any line in FILES.BBS that is not a file spec
  61. Include AreaTotals       Total bytes and files in each area
  62. Include GrandTotal       Total bytes and files for all areas
  63.  
  64. ;------------------------------------------------------------------------------
  65. ; Header file will appear at the top of the list file
  66. ; (Optional)
  67.  
  68. HeaderFile BBSINFO.TXT
  69.  
  70. ;------------------------------------------------------------------------------
  71. ; Extra file will appear after the canned title box and the first area
  72. ; (Optional)
  73.  
  74. ExtraFile EXTRA.FIL
  75.  
  76. ;------------------------------------------------------------------------------
  77. ; Footer file will appear after the grand total but before the canned
  78. ; copyright box
  79. ; (Optional)
  80.  
  81. FooterFile FOOTER.FIL
  82.  
  83. ;------------------------------------------------------------------------------
  84. ; Wrap Margin for long descriptions
  85. ; Default = 32
  86.  
  87. WrapMargin 38
  88.  
  89. ;------------------------------------------------------------------------------
  90. ; Type of boxes:
  91. ;    0 = + (ASCII)
  92. ;    1 = ┌ (Single line)
  93. ;    2 = ╔ (Double line)
  94. ;    3 = ╒ (Double horizontal)
  95. ;    4 = ╓ (Double vertical)
  96. ; Default = 1
  97.  
  98. Box 2
  99.  
  100. ;------------------------------------------------------------------------------
  101. ; Flag new files within this many days
  102. ; Default = 7
  103.  
  104. New Days 14
  105.  
  106. ;------------------------------------------------------------------------------
  107. ; Flag new files with this character
  108. ; Default = *
  109.  
  110. ;New Char %
  111.  
  112. ;------------------------------------------------------------------------------
  113. ; Show files that are (offline)
  114. ; (Optional)
  115.  
  116. ShowOffline
  117.  
  118. ;------------------------------------------------------------------------------
  119. ; Use this line if the file has no description.
  120. ; Default="(no description available)".
  121.  
  122. ;NoDesc (Sorry, I don't know what this file is)
  123.  
  124. ;------------------------------------------------------------------------------
  125. ; Use this line to insert commas into large numbers.
  126. ; Default is no commas.
  127.  
  128. NiceNumbers
  129.  
  130. ;------------------------------------------------------------------------------
  131. ; Use this line to include a summary of the files and bytes for all the
  132. ; included areas.
  133.  
  134. Summary
  135.  
  136. ;------------------------------------------------------------------------------
  137. ; Use this line to save the summary in this file instead of the master file.
  138. ; Default is to include the summary in the master file.
  139.  
  140. ;SummaryFile SUMMARY.LST
  141.  
  142. ;------------------------------------------------------------------------------
  143. ; Schedules
  144.  
  145. ;         Name_Of_Schedule  Areas_To_Include_In_Generated_List...
  146. ;         (one word name)   (can be an area name, or a numeric range)
  147.  
  148. Schedule  SDS               SMAX SFD 41 65
  149. Schedule  PDN               PPAS 1-20 23 40-100
  150. Schedule  PICS              PICS XRTD ANI FAM 4 5 7 12
  151. Schedule  HD                1-71 
  152.